home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / fdformat.arc / READ.ME < prev    next >
Encoding:
Text File  |  1990-10-02  |  3.3 KB  |  91 lines

  1.                     FDFORMAT - Format Disks with higher Capacity
  2.  
  3. LICENSE
  4. -------
  5.  
  6. This program is a public-domain product for private and educational use. You
  7. may freely copy and use it without any charge. You may feel free to send me
  8. some money anyway.
  9.  
  10. This program must not be sold for profit. An adaequate fee may be requested
  11. for copying, shipping and handling when redistributing this program.
  12.  
  13.  
  14. COMMENTS AND PROBLEMS
  15. ---------------------
  16.  
  17. Comments, improvements, suggestions and problems may be sent to the Author
  18.  
  19. Christoph H. Hochstätter    E-Mail: BITNET:   HOCHSTAE@DMRHRZ11
  20. Carl-Strehl-Strasse 20              INTERNET: HOCHSTAE%DMRHRZ11@CUNYVM.CUNY.EDU
  21. D-3550 Marburg                      UUCP:     DMRHRZ11.BITNET!HOCHSTAE
  22. West-Germany
  23.  
  24.  
  25. PROGRAM USAGE
  26. -------------
  27.  
  28. FDFORMAT formats Disks in many different MSDOS formats. It does the follwing
  29. things.
  30.  
  31. 1) Formatting of 720 kB Disks in an AT 1.2 MB drive
  32. 2) significantly increasing the storage of your diskettes (e.g. Using 1.44 MB
  33.    on HD-5¼"-Disks)
  34.  
  35. If you want to format a 720 kB Disk in an AT-drive, then type
  36.  
  37.           FDFORMAT <drive>: T80 S9
  38.  
  39. If you want to increase the storage of your disks, then type
  40.  
  41.           FDFORMAT <drive>: T41 S10          (for 360 kB-Drives)
  42.           FDFORMAT <drive>: T82 S10          (for 720 kB-Drives)
  43.           FDFORMAT <drive>: T82 S18          (for 1.2 MB-Drives)
  44.           FDFORMAT <drive>: T82 S21          (for 1.44 MB-Drives)
  45.  
  46. Always add a P at the end of the command, when using a PS/2 Computer. Some
  47. Computers cannot use Disks with higher capacity without the TSR FDREAD
  48. installed. If so, simply type the Command FDREAD before using FDFORMAT
  49. or a Disk with higher Capacity. You may wish to add FDREAD to your
  50. AUTOEXEC.BAT or CONFIG.SYS (DOS 4.00) File.
  51.  
  52. The exact description of the FDFORMAT Command Syntax is:
  53.  
  54.           FDFORMAT <drive>: [options]
  55.  
  56. Options are:
  57.  
  58. Tnn   : Format nn Tracks
  59. Snn   : Format nn Sectors per Track
  60. Hn    : Format n Heads
  61. P     : Special option for PS/2 Computers
  62. V     : Do not verify the diskette (and save 33% time)
  63. Gnnn  : Use a GAP-Length of nnn (*)
  64. Inn   : Use an interleave Factor of nn (*)
  65. Bnnn  : Use a BIOS-Disk-Descriptor Byte of nnn (not on XT) (*)
  66. Cn    : Use n sectors per Cluster (1 or 2) (*)
  67. Dnnn  : Use nnn Root Directory Entries (*)
  68. Fnn   : Shift sectors on adjacent tracks with a distance of nn sectors (*)
  69.  
  70. Options with (*) are adjusted to the best value automatically. You may
  71. do some experimenting with it.
  72.  
  73. - Reducing the GAP-Length may speed up the disk perfomance
  74. - Reducing the Root Directory Entries brings you additional storage
  75.  
  76.  
  77. The following table shows you, what Options are correct for specified formats:
  78.  
  79. Options       Storage on Disk  Allowed in Disk-Drives
  80. ------------  ---------------  -------------------------------
  81. T40 S9        360 kByte        360 kB, 720 kB, 1.2 MB, 1.44 MB
  82. T41 S10       410 kByte        360 kB, 720 kB, 1.2 MB, 1.44 MB
  83. T80 S9        720 kByte        720 kB, 1.2 MB, 1.44 MB
  84. T82 S10       820 kByte        720 kB, 1.2 MB, 1.44 MB
  85. T82 S15       1.2 MByte        1.2 MB, 1.44 MB
  86. T80 S18       1.44 MByte       1.2 MB(!), 1.44 MB
  87. T82 S18       1.46 MByte       1.2 MB, 1.44 MB
  88. T82 S21       1.76 MByte       1.44 MB
  89.  
  90. Have fun using this program.
  91.